[@main]
#IF
CHECK [827] 1
#ACT
GOTO @start

#ELSESAY
Welcome <$USERNAME> to <Stage Three/FCOLOR=14> <Room 3/FCOLOR=16>\
As you no Stage Three requires you to kill 4 x Lords.\
Each stage you complete gets harder than the previous stage\
I will spawn a lord for you to kill/\
When you are ready click the ready button below.\
You will only be able to enter the next room once you have killed\
the lord i spawn.\
Lets start with a WoomyonLord.\
<I am Ready/@start>\

[@start]
#IF
CHECK [827] 1
CHECKMONMAP YUT01 1
#SAY
Sorry <$USERNAME>.\
You must kill all of the monsters i have sent before\
you can go to the next room.\
Keep killing them untill they are all dead.\ \

<Exit/@exit>

#ELSEACT
GOTO @spawn

[@spawn]
#IF
CHECK [827] 1
#SAY
Well done <$USERNAME>.\
You have killed all the monsters i set out for you.\
You may now pass to the next room in Stage One.\ \

<Next Room/@next>

#ELSEACT
PARAM1 YUT01
PARAM2 77
PARAM3 97
MONGEN WoomyonLord 1
SET [827] 1
BREAK
CLOSE

[@next]
#ACT
MAPMOVE YUT01 100 69
BREAK
CLOSE

